IsReadOnly Property (FlexGridBase<T>)
In This Topic
Gets or sets whether the user can edit the grid cells by typing into them.
Syntax
'Declaration
Public Overridable Property IsReadOnly As System.Boolean
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.Boolean
instance.IsReadOnly = value
value = instance.IsReadOnly
public virtual System.bool IsReadOnly {get; set;}
public read-write property IsReadOnly: System.Boolean; virtual;
public function get,set IsReadOnly : System.boolean
public: __property virtual System.bool get_IsReadOnly();
public: __property virtual void set_IsReadOnly(
System.bool value
);
public:
virtual property System.bool IsReadOnly {
System.bool get();
void set ( System.bool value);
}
See Also